home *** CD-ROM | disk | FTP | other *** search
- NOSC 1.5 Summary of Changes (June 10, 1995)
-
- 1. If SaveFormPos option is used, and form's size/position information
- not found in INI file, form will now be correctly sized and placed according
- to form's default (as designed) values.
-
- 2. If FormCapOption is coWinNew, the form's caption is no formatted correctly.
-
- 3. In version 1.0, the currently open file's name was not displayed in the history list.
- This was by design and emulated the behavior of many other apps, but has been
- changed as this is apparently no longer true for Windows' new standards.
-
- 4. New properties added to allow setting of FileEditStyle property of the Open and
- Save Dialog components and, if set to fsComboBox, the Dialog's combobox is
- automatically filled with the NOSC history list (if present).
-
- 5. If no current file name found in INI file, Open and Save Dialogs now default to
- the current working directory. The osInitialDir property has been removed.
-
- 6. NOSC no longer names it's INI file section as [History]. It now uses it's own Name
- property as the name of the INI file section name. This allows multiple NOSC
- components to co-exist in the same application, each is able to uniquely store
- and retrieve required information in the same INI file.
-
- 7. When New selected, the form's caption is now updated correctly with the
- Untitled string.
-
- 8. The AutoOpenLast property name has been changed to AutoOpen and a new
- property, AutoNew has been added. These two properties are able to work
- together if both are selected. See online help for detailed description.
-